Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLDataListElement

Extends HTMLElement.

The datalist element represents a set of option elements that represent predefined options for other controls. In the rendering, the datalist element represents nothing and it, along with its children, should be hidden.

Properties
HTMLCollection
options
The options IDL attribute must return an HTMLCollection rooted at the datalist node, whose filter matches option elements.